.banner{width:100%;overflow:hidden;}
.banner .swiper-container{position:relative;width:100%;overflow:hidden;}
.banner .swiper-wrapper{width:99999px;}
.banner .swiper-slide{position:relative;float:left;}
.banner .swiper-slide img{width:100%;}
.banner .swiper-pagination{position:absolute;width:100%;left:0;bottom:30px;text-align:center;}
.banner .swiper-pagination span{display:inline-block;width:16px;height:16px;background:rgba(255,255,255,0.8);border-radius:50%;margin:0 11px;cursor:pointer;border:1px solid rgba(255,0,0,0.3);}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#ff0000;}


.index_nav{height:120px;background:#eeeeee;}
.index_nav a{float:left;width:20%;height:120px;text-align:center;padding:17px 0 0 25px;}
.index_nav a img{float:left;margin-right:10px;}
.index_nav a div{float:left;padding-top:5px;}
.index_nav .tit{font-size:30px;/*font-family: "SourceHanSansCN Bold","思源黑体 CN Bold";*/ font-weight: bold;padding-top:5px;} 
.index_nav .tip{font-size:24px;/*font-family: "SourceHanSansCN Normal","思源黑体 CN Normal";*/}
.index_nav a:hover{background:#ff0000;color:#fff;}


.index_item_01{padding:30px 0;}
.index_news{width:71.4%;}
.index_item_01 .tit{width:100%;margin-bottom:7px;line-height:27px;}
.index_item_01 .tit h2{float:left;font-size:24px;color:#000; font-weight: bold;}
.index_news .tit .more{float:right;color:#666;font-size:16px;}
.index_news .tit .more:hover{color:#000;}
.index_news_imgList{width:40%;}
.index_news_img{position:relative;display:none;}
.index_news_img.cur{display:block;}
.index_news_img p{position:absolute;width:100%;height:48px;line-height:48px;background:rgba(62,58,57,0.9);color:#fff;font-size:15px;padding:0 15px;left:0;bottom:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_news_imgList .img{width:100%;overflow:hidden;max-height:332px;}
.index_news_imgList img{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}
.index_news_list{width:60%;padding-left:15px;}
.index_news_list a{overflow:hidden;padding:11px 0 10px;border-bottom:1px solid #eaeaea;height:83px;}
.index_news_list a:first-child{border-top:1px solid #eaeaea;}
.index_news_list .date{float:left;width:16%;color:#666;text-align:center;border-right:1px solid #eaeaea;padding:7px 14px 4px 0;}
.index_news_list .day{font-size:30px;display:block;}
.index_news_list .year{font-size:14px;display:block;}
.index_news_list .news_item{float:left;width:84%;padding:8px 0 0 14px;}
.index_news_list .news_item h2{font-size:15px;color:#000;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; font-weight: bold;}
.index_news_list .news_item p{font-size:14px;/*font-family: "黑体-简 细体";*/width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

.index_news_list a:hover h2{color:#ff0000;}
.index_news_list a:hover .date{color:#ff0000;}
.index_news_img:hover img{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}

.index_video{width:26%;cursor:pointer;}
.index_video_item{position:relative;}
.index_video_item p{position:absolute;width:100%;height:40px;line-height:40px;color:#fff;font-size:18px;padding:0 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(62,58,57,0.9);left:0;bottom:0;text-align:center;}
.index_video_item .img{position:relative;width:100%;overflow:hidden;max-height:275px;}
.index_video_item .img_bg{transition:all 0.5s;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;-o-transition:all 0.5s;}
.index_video_item .icon_play{position:absolute;width:70px;height:70px;top:50%;left:50%;margin:-50px 0 0 -35px;}
.goToHonor{position:relative;width:100%;height:50px;line-height:50px;margin-top:7px;padding:0 22px;color:#000;font-size:24px;border:1px solid #eaeaea;}
.goToHonor:hover {
	background: #e60012;
	color: #fff;
}
.goToHonor span {
	font-weight: bold;
}
.goToHonor .icon{position:absolute;width:27px;height:27px;top:11px;right:22px;background:url(../images/icon/icon_1.png) no-repeat center;background-size:100% 100%;}
.goToHonor:hover .icon{right:12px;background:url(../images/icon/icon_1_1.png) no-repeat center;background-size:100% 100%;}
.index_video_item:hover .img_bg{transform:scale(1.05);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);}

.friendlyLink{height:50px;line-height:50px;text-align:center;font-size:14px;margin-bottom:30px;color:#000;}
.friendlyLink .container{border:1px solid #eaeaea;}
.friendlyLink span{font-size:18px;margin-right:10px;}
.friendlyLink a{display:inline-block;/*font-family: "黑体-简 细体";*/padding:0 20px;}
.friendlyLink a:hover{color:#e60012;}

.video_mark{position:fixed;width:100%;height:100%;top:0;left:0;z-index:11;background:rgba(0, 0, 0, 0.8);display:none;}
.video_main{position:absolute;width:640px;height:360px;top:50%;left:50%;background:#333;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);}
#modal_video{width:100%;height:100%;}


@media ( min-width: 992px ) and ( max-width: 1199px ){
	.banner .swiper-pagination{bottom:15px;}
	.banner .swiper-pagination span{width:14px;height:14px;margin:0 8px;}

	.index_nav{height:auto;}
	.index_nav a{padding:18px 0;height:auto;}
	.index_nav a img{float:none;width:80px;margin:0 auto;}
	.index_nav a div{float:none;}
	.index_nav .tit{font-size:26px;}
	.index_nav .tip{font-size:20px;}
	
	.index_news_list a{padding:7px 0;height:67px;}
	.index_news_imgList .img{max-height:268px;}
	.index_news_list .news_item h2{margin-bottom:5px;}
	.index_news_list .date{padding:3px 14px 4px 0;}
	.index_news_list .day{font-size:25px;}
	.index_news_list .news_item{padding:6px 0 0 14px;}
	.index_item_01 .tit h2,.goToHonor{font-size:22px;}
	.goToHonor{height:40px;line-height:40px;margin-top:5px;}
	.goToHonor .icon{top:6px;}
	.index_video_item p{font-size:17px;}
	.index_video_item .icon_play{width:64px;height:64px;margin:-50px 0 0 -32px;}
	
	.friendlyLink{height:48px;line-height:48px;}
	.friendlyLink span{font-size:17px;}
	.friendlyLink a{padding:0 10px;}

	
}

@media ( min-width: 768px ) and ( max-width: 991px ){

	.banner .swiper-pagination{bottom:10px;}
	.banner .swiper-pagination span{width:10px;height:10px;margin:0 6px;}

	.index_nav{height:auto;}
	.index_nav a{padding:18px 0;height:auto;}
	.index_nav a img{float:none;width:65px;margin:0 auto;}
	.index_nav a div{float:none;}
	.index_nav .tit{font-size:24px;}
	.index_nav .tip{font-size:18px;}
	
	.index_news{width:100%;margin-bottom:20px;}
	.index_news_list a{padding:9px 0;height:73px;}
	.index_news_imgList .img{max-height:292px;}
	.index_news_list .news_item h2{margin-bottom:8px;}
	.index_news_list .date{padding:5px 14px 4px 0;}
	.index_news_list .day{font-size:25px;}
	.index_news_list .news_item{padding:6px 0 0 14px;}
	.index_item_01 .tit h2,.goToHonor{font-size:20px;}
	.index_video_item p{font-size:16px;}
	.index_video_item .icon_play{width:64px;height:64px;margin:-50px 0 0 -32px;}
	.index_video{width:100%;max-width:300px;float:left;}
	.goToHonor{height:45px;line-height:45px;padding:0 15px;}
	.goToHonor .icon{top:8px;right:15px;}
	
	.friendlyLink{height:auto;line-height:25px;text-align:left;}
	.friendlyLink .container{position:relative;padding:10px 15px 10px 90px;}
	.friendlyLink span{position:absolute;font-size:16px;top:10px;left:15px;}
	.friendlyLink a{padding:0 12px;}
	
}

@media ( min-width: 0px ) and ( max-width: 767px ){

	.banner .swiper-pagination{bottom:10px;}
	.banner .swiper-pagination span{width:8px;height:8px;margin:0 5px;}

	.index_nav{height:auto;}
	.index_nav .container{padding:0;}
	.index_nav a{padding:12px 0;height:auto;}
	.index_nav a img{float:none;width:40px;margin:0 auto;}
	.index_nav a div{float:none;text-align:center;}
	.index_nav .tit{font-size:18px;display:none;}
	.index_nav .tip{font-size:14px;}
	
	.index_news_imgList {
		width: 100%;
	}
	.index_news_img.cur{display:block; height: 280px; overflow: hidden;}
	.index_news{width:100%;margin-bottom:20px;}
	.index_news_list{width:100%;padding-left:0;}
	
	.index_news .tit .more{font-size:12px;}
	.index_item_01 .tit{margin-bottom:5px;}
	.index_news_list a{position:relative;padding:9px 0 9px 66px;height:66px;}
	.index_news_list .news_item h2{margin-bottom:5px;font-size:14px;}
	.index_news_list .news_item p{width:100%;font-size:12px;}
	.index_news_list .date{position:absolute;width:66px;padding:5px 14px 4px 0;top:9px;left:0;}
	.index_news_list .day{font-size:22px;}
	.index_news_list .year{font-size:13px;}
	.index_news_list .news_item{width:100%;padding:6px 0 0 14px;}
	.index_item_01 .tit h2,.goToHonor{font-size:18px;}
	.index_video_item p{font-size:15px;}
	.index_video_item .icon_play{width:50px;height:50px;margin:-25px 0 0 -25px;}
	.index_video{width:100%;float:left;}
	.index_video .tit{margin-bottom:5px;}
	.index_video_item{width:100%;margin:0 auto;}
	.goToHonor{height:40px;line-height:40px;padding:0 10px;}
	.goToHonor .icon{width:20px;height:20px;top:10px;right:10px;}


	.video_main{width:90%;height:50%;}
	
	.friendlyLink{padding:0 15px;height:auto;line-height:20px;text-align:left;font-size:13px;}
	.friendlyLink .container{width:100%;position:relative;padding:0 10px 10px 0;border:none;}
	.friendlyLink span{display:block;font-size:18px;top:10px;left:15px;margin-bottom:5px;}
	.friendlyLink span:after{content:"：";}
	.friendlyLink a{padding:0;margin-right:10px;}



	
}
@media ( min-width: 0px ) and ( max-width: 360px ){
	.index_nav .tip{font-size:12px;}
}
@media ( min-width: 0px ) and ( max-width: 413px ){
	/*.index_nav{height:auto;padding:12px 0 2px;}
	.index_nav a{width:50%;padding:0;height:auto;margin-bottom:10px;}
	.index_nav a img{float:none;width:60px;display:inline-block;}
	.index_nav a div{position:relative;float:none;display:inline-block;top:-10px;}
	.index_nav .tit{font-size:20px;}
	.index_nav .tip{font-size:15px;}*/
}